VhsClient Object
The VhsClient object is the main interface for standard VHS scripting tasks related to reading and writing history points and values.
Declare the object using the following code:
|
CreateObject("CxVhs.VhsClient") |
In situations requiring the acquisition of a list of points or values, the iterator objects may be used instead. The messages for adding, editing, and deleting points are useful for operating on the VHS outside of a UIS or HSS.
More:


